From 0c6e36fd73aa8ffb8c9abe3cacff9966395c5b4a Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 4 Dec 2004 02:56:57 +0000 Subject: [PATCH] Add Mac & mac/usbfree. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b51336ea..397004cd8 100644 --- a/Makefile +++ b/Makefile @@ -108,9 +108,12 @@ release: curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).tar.gz ftp://upload.sf.net/incoming/ curl -u anonymous:anonymous --upload-file /tmp/gpsbabel-$(VERSIOND).zip ftp://upload.sf.net/incoming/ -mac-build: +mac-usbfree: make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-I/sw/include" LIBUSB= INHIBIT_USB=-DNO_USB +mac-build: + make LIBEXPAT=/sw/lib/libexpat.a EXTRA_CFLAGS="-I/sw/include" LIBUSB="/sw/lib/libusb.a -lIOKit -lBSDPClient -framework CoreFoundation" + mac-release: mkdir -p usr/bin usr/share/gpsbabel/doc cp gpsbabel usr/bin/ -- 2.30.2